projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37d7ab8
)
GdkRGBA: Fix typo in documentation
author
Timm Bäder
<mail@baedert.org>
Sun, 12 Jul 2020 08:55:31 +0000
(10:55 +0200)
committer
Timm Bäder
<mail@baedert.org>
Fri, 17 Jul 2020 03:49:11 +0000
(
05:49
+0200)
gdk/gdkrgba.c
patch
|
blob
|
history
diff --git
a/gdk/gdkrgba.c
b/gdk/gdkrgba.c
index b8bd025d3bb5c7d089edc5cc786959a85e0124cc..4d6d46143c6c89f520f48f87192ff9467e628645 100644
(file)
--- a/
gdk/gdkrgba.c
+++ b/
gdk/gdkrgba.c
@@
-354,7
+354,7
@@
gdk_rgba_equal (gconstpointer p1,
*
* Returns a textual specification of @rgba in the form
* `rgb(r,g,b)` or
- * `rgba(r
g,b,a)`,
+ * `rgba(r
,
g,b,a)`,
* where “r”, “g”, “b” and “a” represent the red, green,
* blue and alpha values respectively. “r”, “g”, and “b” are
* represented as integers in the range 0 to 255, and “a”